home *** CD-ROM | disk | FTP | other *** search
- on toggleControl pup, movie
- if the puppet of sprite pup = 0 then
- puppetSprite(pup, 1)
- end if
- set the directToStage of cast movie to 1
- set QTstate to the controller of cast movie
- if QTstate = 0 then
- set the controller of cast movie to 1
- else
- set the controller of cast movie to 0
- end if
- if the movieRate of sprite pup <> 1 then
- set the movieRate of sprite pup to 1
- end if
- if the sound of cast movie = 0 then
- set the sound of cast movie to 1
- end if
- updateStage()
- end
-